You are using an identifier that has already been defined. For example, you are attempting to use the same name - in a CONST statement and a variable definition, or - for a procedure and a variable. This error also occurs if you attempt to redimension an array. You must use DIM or REDIM when redimensioning dynamic arrays. ERR code: 10